<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>${EXECUTABLE_NAME}</string>
	<key>CFBundleName</key>
	<string>${PRODUCT_NAME}</string>
	<key>CFBundleIconFile</key>
	<string></string>
	<key>CFBundleIdentifier</key>
	<string>com.winsoft.wrliloplugin</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>BNDL</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.0</string>
	<key>CFPlugInDynamicRegisterFunction</key>
	<string></string>
	<key>CFPlugInDynamicRegistration</key>
	<string>NO</string>
	<key>CFPlugInFactories</key>
	<dict>
		<key>5C40DF73-CD22-4901-943B-1F0B0674CDBB</key>
		<string>PluginFactory</string>
	</dict>
	<key>CFPlugInTypes</key>
	<dict>
		<key>E0BD861E-C489-4E60-A286-684D590A6B31</key>
		<array>
			<string>5C40DF73-CD22-4901-943B-1F0B0674CDBB</string>
		</array>
	</dict>
	<key>CFPlugInUnloadFunction</key>
	<string></string>
	
	<key>ALPlugInBlockBased</key>
	<string>NO</string>
		
	<key>ALPlugInName</key>
	<string>WinSoft Extended</string>
	<key>ALPlugInVersion</key>
	<string>1.2</string>
	
	<key>ALPlugInServices</key>
	<array>
		<string>SpellingService</string>
		<string>HyphenationService</string>
		<string>UserDictionaryService</string>
	</array>
	
	<key>ALPlugInLanguages</key>
	<dict>
		<key>SpellingService</key>
		<array>
			<string>ar_AE</string>
		</array>
		<key>HyphenationService</key>
		<array>
			<string>he_IL</string>
		</array>
		<key>UserDictionaryService</key>
		<array>
			<string>ar_AE</string>
			<string>he_IL</string>
		</array>
	</dict>
	
	<key>ALPlugInCapabilities</key>
	<array>
		<string>IgnoreSingleCharacterWords</string>
		<string>IgnoreWordsAllUppercase</string>
		<string>IgnoreWordsWithNumbers</string>
		<string>IgnoreRomanNumerals</string>
		<string>IgnoreNumbers</string>
		<string>CaseSensitiveSpellCheck</string>
		<string>FindUncapitalizedStartOfSentence</string>
		<string>FindRepeatedWords</string>
		<string>ArabicStrictFinalYeh</string>
		<string>ArabicStrictAleefHamza</string>
	</array>
</dict>
</plist>
